/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
* {
  box-sizing: border-box;
}
body {
  font: Microsoft Yahei, Avenir, Segoe UI, Hiragino Sans GB, STHeiti, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
}
input,
button,
select,
textarea {
  -webkit-appearance: none;
}
dl,
dt,
dd,
ul,
li,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
a {
  text-decoration: none;
  color: #333;
}
a a:hover {
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
header {
  z-index: 9999;
}
header .wrap {
  background-color: #f2f2f2;
}
header .topBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header .topBar strong {
  font-weight: normal;
  padding: 10px 0;
  font-size: 12px;
  color: #666;
}
header .topBar .tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
header .topBar .tools a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  margin-left: 10px;
  color: #666;
  text-decoration: none;
}
header .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 22px 0 35px;
}
header .top .logoLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .top .logo {
  display: block;
  height: 85px;
}
header .top h1 {
  margin: 0;
}
header .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
header .menu ul li {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
header .menu ul li > a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 45px;
  font-size: 16px;
  text-decoration: none;
  color: #666;
}
header .menu ul li > a:hover {
  background-color: #855a0a;
  -webkit-transition: 600ms;
  transition: 600ms;
  color: #fff;
}
header .menu ul li:hover dl {
  z-index: 999999;
  display: block;
  -webkit-animation: movetop 300ms forwards;
  animation: movetop 300ms forwards;
}
header .menu ul li dl {
  width: 100%;
  position: absolute;
  top: 45px;
  display: none;
  left: 0;
  z-index: 999;
}
header .menu ul li dl dd {
  width: 100%;
}
header .menu ul li dl dd a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  height: 45px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  background-color: #f2f2f2;
}
header .menu ul li dl dd a:hover {
  background-color: #855a0a;
  color: #fff;
}
@-webkit-keyframes movetop {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0.55;
    -webkit-transform: scale(0.89);
    transform: scale(0.89);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes movetop {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0.55;
    -webkit-transform: scale(0.89);
    transform: scale(0.89);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
header .menu ul .active > a {
  background-color: #855a0a;
  border-radius: 2px;
  color: #fff;
}
header .form {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header .form .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 35px 0 45px;
  border-radius: 40px;
  border: 1px solid #ccc;
}
header .form .search input {
  height: 40px;
  outline: none;
  padding: 0 20px;
  border: none;
  border-radius: 40px;
  width: 350px;
}
header .form .search input::-webkit-input-placeholder {
  font-size: 14px;
  color: #999;
}
header .form .search input:-ms-input-placeholder {
  font-size: 14px;
  color: #999;
}
header .form .search input::placeholder {
  font-size: 14px;
  color: #999;
}
header .form .search button {
  width: 100px;
  border: none;
  background-color: #e4e4e4;
  background-image: url(../imgs/search.png);
  background-position: left 10px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding-left: 20px;
  cursor: pointer;
  font-size: 14px;
  color: #666;
  height: 40px;
  border-radius: 40px;
}
header .form .search button:active {
  opacity: 0.85;
}
header .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-start;
  -ms-flex-pack: end;
  font-size: 28px;
  color: #855a0a;
  padding-left: 40px;
  font-weight: bold;
  background: url(../imgs/tel.png) left center no-repeat;
  background-size: 34px 34px;
}
header .tool {
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
header .tool a {
  padding-left: 40px;
  height: 32px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #666;
  background: url(../imgs/zx.png) left center no-repeat;
  background-size: 32px 32px;
}
.banner .banner-link {
  display: block;
  height: 600px;
  background-repeat: no-repeat;
  background-position: top center;
}
.banner a {
  text-decoration: none;
}
.banner .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.banner .box-inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.banner .box-inner dl {
  margin: 0;
  padding: 0;
}
.banner dt {
  color: #bda67c;
  font-size: 60px;
  letter-spacing: 10px;
  margin-bottom: 25px;
  font-family: "Microsoft YaHei";
}
.banner .info_1 {
  font-size: 24px;
  color: #bda67c;
  font-family: "Microsoft YaHei";
  margin: 0;
  padding: 10px 0;
  text-align: center;
}
.banner .info_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 25px;
  margin: 0 0 75px 0;
}
.banner .info_2 small {
  color: #bda67c;
  font-family: 微软雅黑;
  margin: 0 15px;
  font-size: 20px;
}
.banner .tool {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.banner .tool a {
  width: 150px;
  height: 45px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 300;
  border-radius: 45px;
  border: 1px solid #bda67c;
  color: #bda67c;
}
.banner .tool a:hover {
  background: #bda67c;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  color: #fff;
}
.banner .tool a:nth-child(1) {
  background: #bda67c;
  color: #fff;
}
#banner-pagination {
  bottom: 30px;
}
#banner-pagination .swiper-pagination-bullet {
  margin: 0 7px;
  background-color: #fff;
}
#banner-pagination .swiper-pagination-bullet-active {
  background: #bda67c;
}
.banner-wrap .swiper-slide-active {
  -webkit-animation: showenx 1s forwards;
  animation: showenx 1s forwards;
}
.banner-wrap .swiper-slide-active .box-inner dt {
  -webkit-animation: showen 1s forwards;
  animation: showen 1s forwards;
}
.banner-wrap .swiper-slide-active .box-inner .info_1 {
  -webkit-animation: ltrmove 1.5s forwards;
  animation: ltrmove 1.5s forwards;
}
.banner-wrap .swiper-slide-active .box-inner .info_2 {
  -webkit-animation: rtlmove 1.6s forwards;
  animation: rtlmove 1.6s forwards;
}
.banner-wrap .swiper-slide-active .box-inner .tool {
  -webkit-animation: dttmove 1.1s forwards;
  animation: dttmove 1.1s forwards;
}
@-webkit-keyframes showenx {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes showenx {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes showen {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
  50% {
    opacity: 0.85;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes showen {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
  50% {
    opacity: 0.85;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes ltrmove {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes ltrmove {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes rtlmove {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes rtlmove {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes dttmove {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes dttmove {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.titlebox_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 45px 0;
}
.titlebox_1 dt {
  font-size: 26px;
  color: #333;
  text-align: center;
  font-weight: bold;
  padding-bottom: 15px;
}
.titlebox_1 .dbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.titlebox_1 .dbox span {
  width: 100px;
  height: 2px;
  background-color: #bda67c;
}
.titlebox_1 .info {
  color: #bda67c;
  font-size: 18px;
  text-align: center;
}
.titlebox_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 45px 0;
}
.titlebox_2 dt {
  font-size: 26px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding-bottom: 15px;
}
.titlebox_2 .dbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.titlebox_2 .dbox span {
  width: 100px;
  height: 2px;
  background-color: #bda67c;
}
.titlebox_2 .info {
  color: #bda67c;
  text-align: center;
  font-size: 18px;
}
.service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.service .box {
  width: 1240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.service .box dl {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 10px;
}
.service .box dl dt a {
  display: block;
  width: 100%;
  height: 100%;
}
.service .box .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.service .box .btn a {
  border: 1px solid #bda67c;
  color: #855a0a;
  padding: 7px 20px;
  font-size: 14px;
  text-decoration: none;
  border-radius: 15px;
}
.service .box .btn a:hover {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  background-color: #855a0a;
  color: #fff;
}
.service .box .title {
  font-size: 18px;
  text-align: center;
  color: #333;
  padding: 15px 0;
  font-weight: bold;
}
.service .box .title a {
  text-decoration: none;
  color: #333;
}
.service .box .title a:hover {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  color: #855a0a;
}
.service .box .desc {
  padding: 0 25px;
  line-height: 1.5;
  color: #333;
  font-size: 14px;
}
.service .box .icon1,
.service .box .icon2,
.service .box .icon3,
.service .box .icon4,
.service .box .icon5,
.service .box .icon6 {
  width: 110px;
  height: 110px;
  margin: 0 auto;
  cursor: pointer;
  background-size: 100% 100%;
}
.service .box .icon1 {
  background-image: url(../imgs/a1.png);
}
.service .box .icon1:hover {
  background-image: url(../imgs/a2.png);
}
.service .box .icon2 {
  background-image: url(../imgs/b1.png);
}
.service .box .icon2:hover {
  background-image: url(../imgs/b2.png);
}
.service .box .icon3 {
  background-image: url(../imgs/c1.png);
}
.service .box .icon3:hover {
  background-image: url(../imgs/c2.png);
}
.service .box .icon4 {
  background-image: url(../imgs/d1.png);
}
.service .box .icon4:hover {
  background-image: url(../imgs/d2.png);
}
.service .box .icon5 {
  background-image: url(../imgs/e1.png);
}
.service .box .icon5:hover {
  background-image: url(../imgs/e2.png);
}
.more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 35px;
  margin-bottom: 35px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.more a {
  font-size: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #855a0a;
  border: 1px solid #855a0a;
  text-decoration: none;
  height: 70px;
  width: 70px;
  border-radius: 50%;
}
.more a:hover {
  background-color: #855a0a;
  color: #fff;
}
.more2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 35px;
  margin-bottom: 35px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.more2 a {
  font-size: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #855a0a;
  border: 1px solid #855a0a;
  text-decoration: none;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: #855a0a;
  color: #fff;
}
.more2 a:hover {
  background-color: #fff;
  color: #855a0a;
}
.cases {
  height: 730px;
  background: url(../imgs/banner2.jpg) top center no-repeat;
  background-size: 100% 100%;
  margin-bottom: 35px;
}
.cases .swbox {
  width: 1200px;
  margin: 0 auto;
}
.cases .swbox .swiper-slide {
  height: 400px;
  background: rgba(0, 0, 0, 0.6);
}
.cases .swbox .swiper-slide:hover {
  background-color: #f5e2bf;
}
.cases .swbox .swiper-slide:hover * {
  -webkit-transition: all 700ms;
  transition: all 700ms;
  color: #000 !important;
}
.cases .swbox .swiper-slide dt a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}
.cases .swbox .swiper-slide dt a img {
  width: 100%;
  height: 247px;
}
.cases .swbox .swiper-slide .title {
  padding-top: 5px;
}
.cases .swbox .swiper-slide .title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
}
.cases .swbox .swiper-slide .desc {
  padding: 0;
}
.cases .swbox .swiper-slide .desc p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  color: #ddd;
}
.advabtagebox {
  width: 1200px;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.advabtagebox .box {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}
.advabtagebox .box .left {
  width: 100px;
}
.advabtagebox .box .left img {
  width: 80px;
}
.advabtagebox .box dl {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.advabtagebox .box dl dt {
  font-size: 18px;
  padding-bottom: 10px;
  color: #333;
  font-weight: bold;
}
.advabtagebox .box dl dd {
  font-size: 14px;
  color: #666;
  line-height: 1.65;
  height: 60px;
}
.advabtagebox .box:nth-child(1) {
  padding-right: 25px;
}
.advabtagebox .box:nth-child(2) {
  padding-left: 25px;
}
.advabtagebox .box:nth-child(3) {
  padding-right: 25px;
}
.advabtagebox .box:nth-child(4) {
  padding-left: 25px;
}
.bannercenter {
  margin-bottom: 30px;
  background: url(../imgs/bannercenter.jpg) top center no-repeat;
}
.bannercenter .box {
  height: 220px;
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.bannercenter .box dt {
  font-size: 48px;
  font-weight: bold;
  color: #bda67c;
  padding-bottom: 20px;
}
.bannercenter .box dd {
  font-size: 16px;
  color: #fff;
}
.lawer .box {
  width: 1200px;
  margin: 0 auto;
  min-height: 300px;
}
.lawer .swiper-slide {
  background-color: #f2f2f2;
}
.lawer .swiper-slide:hover {
  background-color: #e4e4e4;
}
.lawer .swiper-slide * {
  max-width: 100%;
}
.lawer .swiper-slide dt {
  display: block;
}
.lawer .swiper-slide dt a {
  width: 100%;
  display: block;
  padding: 25px;
}
.lawer .swiper-slide dt a img {
  display: block;
  border-radius: 50%;
}
.lawer .swiper-slide .name a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-weight: bold;
  font-size: 16px;
  color: #855a0a;
}
.lawer .swiper-slide .desc p {
  padding: 0 25px;
  line-height: 1.5;
  font-size: 14px;
  min-height: 70px;
  color: #666;
}
.lawer .swiper-slide .infos {
  padding: 0 25px;
}
.lawer .swiper-slide .tips {
  font-size: 12px;
  padding-bottom: 10px;
}
.lawer .swiper-slide .tips span {
  color: #666;
}
.lawer .swiper-slide .toolsbtn {
  padding: 10px 25px 25px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.lawer .swiper-slide .toolsbtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 2px;
  border: 1px solid #855a0a;
  padding: 7px 10px;
  color: #855a0a;
}
.lawer .swiper-slide .toolsbtn a:nth-child(1) {
  margin-right: 5px;
}
.lawer .swiper-slide .toolsbtn a:nth-child(2) {
  margin-left: 5px;
}
.lawer .swiper-slide .toolsbtn a:hover {
  background-color: #855a0a;
  color: #fff;
}
.newsbox {
  background-color: #f2f2f2;
  padding-bottom: 35px;
}
.lawnewsbox {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.lawnewsbox .box {
  width: 380px;
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.lawnewsbox .box dt {
  color: #855a0a;
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: bold;
}
.lawnewsbox .box dt a {
  color: #855a0a;
}
.lawnewsbox .box ul {
  padding: 10px 0;
}
.lawnewsbox .box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.lawnewsbox .box ul li .title {
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.lawnewsbox .box ul li .title a {
  font-size: 14px;
  padding: 7px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}
.lawnewsbox .box ul li .title a:hover {
  color: #855a0a;
}
.lawnewsbox .box ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 14px;
  width: 130px;
  color: #999;
}
.lawnewsbox .box .tip {
  background-color: #bda67c;
  padding: 15px;
  margin-bottom: 5px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  font-weight: 300;
  padding-right: 100px;
  color: #fff;
}
.lawnewsbox .box .tip.a {
  background-image: url(../imgs/video.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.lawnewsbox .box .tip.b {
  background-image: url(../imgs/knowledge.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.lawnewsbox .box .tip.c {
  background-image: url(../imgs/question.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.ad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #bda67c;
}
.ad .box {
  width: 1190px;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ad .box dt {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}
.ad .box dd {
  font-size: 32px;
  color: #fff;
  font-weight: 300;
}
.ad .box a {
  border: 2px solid #fff;
  color: #855a0a;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 150px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
}
footer {
    overflow: hidden;
  background: #222;
}
footer .box {
  width: 1200px;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  margin: 0 auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.frlinks{
    color: #fff;
    margin: 20px auto;
    display: flex;
    width: 1200px;
    font-size: 14px;
    align-items: center;
    justify-content: flex-start;
}
.frlinks a{
    color: #fff;
    font-size: 14px;
}
footer .left {
  width: 170px;
  min-height: 100px;
  padding-right: 20px;
}
footer .left img {
  display: block;
  width: 100%;
}
footer .left2 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
  padding-right: 15px;
}
footer .left2 ul li {
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .left2 ul li input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 10px;
  border: none;
  border-radius: 2px;
  height: 35px;
  padding: 0 5px;
  font-size: 14px;
  background: #999;
  outline: none;
}
footer .left2 ul li input::-webkit-input-placeholder {
  color: #000;
}
footer .left2 ul li input:-ms-input-placeholder {
  color: #000;
}
footer .left2 ul li input::placeholder {
  color: #000;
}
footer .left2 ul li select {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 10px;
  border: none;
  border-radius: 2px;
  height: 35px;
  padding: 0 5px;
  font-size: 14px;
  background: #999;
  outline: none;
}
footer .left2 ul li select::-webkit-input-placeholder {
  color: #999;
}
footer .left2 ul li select:-ms-input-placeholder {
  color: #999;
}
footer .left2 ul li select::placeholder {
  color: #999;
}
footer .left2 ul li button {
  cursor: pointer;
  margin-right: 10px;
  padding: 0 25px;
  border: none;
  border-radius: 2px;
  height: 35px;
  font-size: 14px;
  background: #000;
  outline: none;
  color: #fff;
}
footer .left2 ul li button:active {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: all 300ms;
  transition: all 300ms;
  opacity: 0.95;
}
footer .center {
  width: 360px;
}
footer .center li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #fff;
  padding: 5px 0;
}
footer .center li > span {
  font-size: 14px;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #999;
}
footer .center li div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  color: #ddd;
  font-weight: 300;
}
footer .right {
  width: 130px;
  padding-left: 15px;
  text-align: right;
}
footer .right img {
  max-width: 100px;
}
footer .right dd {
  padding-top: 10px;
  font-size: 12px;
  color: #999;
}
.bottom {
  background: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 300;
  padding: 15px 0;
  color: #999;
  font-size: 14px;
}
.bottom a {
  color: #999;
}
.toolbars {
  background: #000;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.toolbars .box {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.toolbars .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.toolbars .left a {
  font-size: 14px;
  color: #999;
  margin-right: 10px;
}
.toolbars .right {
  font-size: 24px;
  color: #fff;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.bannerinner {
  background: url(../imgs/yunlvsuo.jpg) top center no-repeat;
}
.bannerinner .box {
  background-color: rgba(0, 0, 0, 0.6);
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bannerinner .box dt {
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}
.bannerinner .box dd {
  font-size: 24px;
  font-weight: 300;
  color: #999;
  text-align: center;
  padding-top: 25px;
}
.crumbs {
  background-color: #e4e4e4;
}
.crumbs .breadnav {
  margin: 0 auto;
  width: 1200px;
  height: 55px;
  padding-left: 25px;
  background: url(../imgs/aztl.png) left center no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.crumbs .breadnav .left {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.crumbs .breadnav .left a {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  color: #333;
}
.crumbs .breadnav .left small {
  color: #333;
  font-size: 16px;
  padding: 0 10px;
  font-family: "宋体";
}
.crumbs .breadnav .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.crumbs .breadnav .right form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 32px;
}
.crumbs .breadnav .right input {
  width: 300px;
  outline: none;
  height: 32px;
  border: none;
  background-color: #fff;
  border-radius: 32px 0 0 32px;
  font-size: 14px;
  padding: 0 13px;
}
.crumbs .breadnav .right input::-webkit-input-placeholder {
  color: #999;
}
.crumbs .breadnav .right input:-ms-input-placeholder {
  color: #999;
}
.crumbs .breadnav .right input::placeholder {
  color: #999;
}
.crumbs .breadnav .right button {
  outline: none;
  height: 32px;
  border: none;
  background-color: #855a0a;
  background-image: url(../imgs/q.png);
  background-position: left 10px center;
  background-repeat: no-repeat;
  color: #fff;
  border-radius: 32px;
  font-weight: 300;
  font-size: 14px;
  cursor: pointer;
  padding: 0 20px 0 30px;
}
.crumbs .breadnav .right button:active {
  opacity: 0.85;
}
.list-ask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px 0;
  background-color: #f2f2f2;
}
.list-ask .box {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.list-ask .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
}
.list-ask .asklist {
  background-color: #fff;
  padding: 20px;
}
.list-ask .asklist h3 {
  margin: 0;
  font-size: 18px;
  padding-bottom: 10px;
  color: #333;
}
.list-ask .asklist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.list-ask .asklist li:nth-child(1) a::before {
  content: "1";
  background-color: #ff0000;
  padding: 3px;
  font-size: 12px;
  color: #fff;
  width: 15px;
  margin-right: 10px;
  text-align: center;
  border-radius: 2px;
}
.list-ask .asklist li:nth-child(2) a::before {
  content: "2";
  background-color: #ff0000;
  padding: 3px;
  width: 15px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  margin-right: 10px;
}
.list-ask .asklist li:nth-child(3) a::before {
  content: "3";
  background-color: #ff0000;
  padding: 3px;
  width: 15px;
  text-align: center;
  margin-right: 10px;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
}
.list-ask .asklist li:nth-child(4) a::before {
  content: "4";
  margin-right: 10px;
  background-color: #ddd;
  text-align: center;
  padding: 3px;
  font-size: 12px;
  width: 15px;
  border-radius: 2px;
}
.list-ask .asklist li:nth-child(5) a::before {
  content: "5";
  background-color: #ddd;
  padding: 3px;
  font-size: 12px;
  width: 15px;
  text-align: center;
  margin-right: 10px;
  border-radius: 2px;
}
.list-ask .asklist li:nth-child(6) a::before {
  content: "6";
  background-color: #ddd;
  text-align: center;
  padding: 3px;
  margin-right: 10px;
  font-size: 12px;
  width: 15px;
  border-radius: 2px;
}
.list-ask .asklist li:nth-child(7) a::before {
  content: "7";
  background-color: #ddd;
  padding: 3px;
  text-align: center;
  font-size: 12px;
  width: 15px;
  margin-right: 10px;
  border-radius: 2px;
}
.list-ask .asklist li:nth-child(8) a::before {
  content: "8";
  background-color: #ddd;
  padding: 3px;
  font-size: 12px;
  width: 15px;
  text-align: center;
  border-radius: 2px;
  margin-right: 10px;
}
.list-ask .asklist li:nth-child(9) a::before {
  content: "9";
  background-color: #ddd;
  padding: 3px;
  font-size: 12px;
  width: 15px;
  text-align: center;
  border-radius: 2px;
  margin-right: 10px;
}
.list-ask .asklist li:nth-child(10) a::before {
  content: "10";
  background-color: #ddd;
  width: 15px;
  padding: 3px;
  margin-right: 10px;
  text-align: center;
  font-size: 12px;
  border-radius: 2px;
}
.list-ask .asklist li a {
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.list-ask .asklist li a:hover {
  color: #855a0a;
}
.list-ask .asklist li span {
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 0;
  color: #999;
}
.list-ask .lawer {
  padding: 20px;
  margin-bottom: 18px;
  background-color: #fff;
}
.list-ask .lawli {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 16px;
}
.list-ask .lawli:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.list-ask .lawli > a {
  width: 75px;
  height: 75px;
}
.list-ask .lawli > a > img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
}
.list-ask .lawli dl {
  padding-left: 20px;
}
.list-ask .lawli dl dt {
  padding-bottom: 5px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.list-ask .lawli dl dt span {
  width: 50px;
  font-size: 14px;
}
.list-ask .lawli dl dt em {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  color: #999;
  font-weight: 300;
  font-style: normal;
}
.list-ask .lawli dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}
.list-ask .lawli dl dd small {
  font-size: 14px;
  color: #999;
}
.list-ask .lawli dl dd a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 7px;
  border-radius: 2px;
  font-size: 12px;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #855a0a;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.list-ask .left {
  width: 820px;
  background-color: #fff;
  padding: 0 20px 20px 20px;
}
.list-ask .left dl {
  border-bottom: 1px dotted #ddd;
  padding: 20px 0 20px 0;
}
.list-ask .left dl dt,
.list-ask .left dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.list-ask .left dl:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.list-ask .left .ask {
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 15px;
}
.list-ask .left .ask * {
  font-size: 16px;
}
.list-ask .left .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.list-ask .left .info em {
  font-size: 14px;
  font-style: normal;
  color: #999;
  margin-right: 15px;
}
.list-ask .left .info small {
  color: #ff0000;
  font-size: 14px;
  padding-right: 5px;
}
.list-ask .left .info strong[data-state="1"] {
  background-color: #ddd;
  height: 25px;
  padding: 0 15px;
  font-weight: normal;
  margin-right: 15px;
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 15px;
  font-size: 14px;
}
.list-ask .left .info strong[data-state="0"] {
  background-color: #f00;
  height: 25px;
  padding: 0 15px;
  font-weight: normal;
  margin-right: 15px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 15px;
  font-size: 14px;
}
.askbox2 {
  background-color: #f2f2f2;
  min-height: 150px;
  padding-bottom: 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.askbox2 .box {
  background-color: #fff;
  width: 1200px;
  min-height: 200px;
  padding: 20px 20px 10px 20px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.askbox2 dt {
  margin: 0;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  padding-bottom: 20px;
  color: #000;
}
.askbox2 dt span {
  font-weight: 300;
  padding-left: 10px;
  font-size: 14px;
}
.askbox2 dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}
.askbox2 textarea {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  border: 1px solid #ddd;
  padding: 7px;
  height: 120px;
  line-height: 1.5;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 20px #f2f2f2 inset;
  box-shadow: 0 0 20px #f2f2f2 inset;
  outline: none;
  resize: none;
}
.askbox2 input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  border: 1px solid #ddd;
  padding: 7px;
  height: 40px;
  line-height: 1.5;
  border-radius: 2px;
  outline: none;
  resize: none;
}
.askbox2 input.tel {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 200px !important;
}
.askbox2 button {
  background-color: #855a0a;
  color: #fff;
  padding: 12px 20px;
  font-size: 14px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  font-weight: bold;
}
.askbox2 button:active {
  opacity: 0.85;
}
.ask-article {
  width: 820px;
  min-height: 800px;
}
.ask-article .askmain {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 30px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.ask-article .askmain .asktt {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 10px;
}
.ask-article .askmain h2 {
  margin: 0;
  font-size: 16px;
  line-height: 2;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #000;
  font-weight: normal;
}
.ask-article .askmain .tipbox {
  font-size: 14px;
  color: #999;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ask-article .askmain .tipbox span {
  margin: 0 30px 0 0;
}
.ask-article .answermain {
  background-color: #fff;
  padding: 20px 30px 40px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin: 0 0 20px 0;
}
.ask-article .lawboxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ask-article .lawboxs .userimg {
  width: 70px;
  height: 70px;
  margin-right: 10px;
}
.ask-article .lawboxs .userimg img {
  width: 100%;
  display: block;
  border-radius: 50%;
}
.ask-article .lawboxs .userbtn {
  background-color: #ff0000;
  color: #fff;
  height: 40px;
  width: 100px;
  font-size: 14px;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ask-article .lawboxs .answerbox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 20px;
}
.ask-article .lawboxs .answerbox dt {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}
.ask-article .lawboxs .answerbox dd {
  padding-bottom: 7px;
  font-size: 14px;
  color: #999;
}
.ask-article .lawboxs .answerbox .time {
  padding-top: 10px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #999;
}
.answercontainer {
  font-size: 16px;
  line-height: 2;
  color: #000;
  text-align: justify;
  padding-top: 10px;
  margin-right: -120px;
}
.answercontainer * {
  max-width: 100%!important;
}
.answercontainer p {
  padding: 0;
  margin: 0;
  margin-bottom: 20px!important;
}
.zan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #999;
}
.zan span {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  border-radius: 2px;
  cursor: pointer;
  font-size: 14px;
}
.zan span em {
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  color: #ff0000;
  padding-left: 5px;
  padding-right: 5px;
}
.zan span small {
  color: #999;
  font-size: 14px;
}
.container2 {
  background-color: #f2f2f2;
  overflow: hidden;
}
.sameask2 {
  width: 1200px;
  margin: 0 auto 20px;
  background-color: #fff;
}
.sameask2 h4 {
  font-size: 18px;
  color: #000;
  padding: 20px 20px 0 20px;
  margin: 0;
}
.sameask2 dl {
  border-bottom: 1px dotted #ddd;
  padding: 20px;
}
.sameask2 dl dt,
.sameask2 dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.sameask2 dl:last-child {
  border-bottom: none;
}
.sameask2 .ask {
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 15px;
}
.sameask2 .ask * {
  font-size: 16px;
}
.sameask2 .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sameask2 .info em {
  font-size: 14px;
  font-style: normal;
  color: #999;
  margin-right: 15px;
}
.sameask2 .info small {
  color: #ff0000;
  font-size: 14px;
  padding-right: 5px;
}
.sameask2 .info strong[data-state="1"] {
  background-color: #ddd;
  height: 25px;
  padding: 0 15px;
  font-weight: normal;
  margin-right: 15px;
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 15px;
  font-size: 14px;
}
.sameask2 .info strong[data-state="0"] {
  background-color: #f00;
  height: 25px;
  padding: 0 15px;
  font-weight: normal;
  margin-right: 15px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 15px;
  font-size: 14px;
}
.sameask {
  background-color: #fff;
}
.sameask h4 {
  font-size: 18px;
  color: #333;
  padding: 30px 30px 0 30px;
  margin: 0;
}
.sameask dl {
  border-bottom: 1px dotted #ddd;
  padding: 30px;
}
.sameask dl dt,
.sameask dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.sameask dl:last-child {
  border-bottom: none;
}
.sameask .ask {
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 15px;
}
.sameask .ask * {
  font-size: 16px;
}
.sameask .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sameask .info em {
  font-size: 14px;
  font-style: normal;
  color: #999;
  margin-right: 15px;
}
.sameask .info small {
  color: #ff0000;
  font-size: 14px;
  padding-right: 5px;
}
.sameask .info strong[data-state="1"] {
  background-color: #ddd;
  height: 25px;
  padding: 0 15px;
  font-weight: normal;
  margin-right: 15px;
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 15px;
  font-size: 14px;
}
.sameask .info strong[data-state="0"] {
  background-color: #f00;
  height: 25px;
  padding: 0 15px;
  font-weight: normal;
  margin-right: 15px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 15px;
  font-size: 14px;
}
.helpbox {
  min-height: 500px;
  background-color: #f2f2f2;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
}
.helpbox .box {
  width: 1200px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}
.helpbox .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
  padding-top: 30px;
  padding-right: 30px;
}
.helpbox .right .imgbox {
  background-color: #bda67c;
  background-image: url(../imgs/earth.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 350px;
  border-radius: 5px;
  padding: 30px;
}
.helpbox .right .imgbox h3 {
  margin: 0 0 10px 0;
  color: #fff;
}
.helpbox .right .imgbox .other {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 14px;
  color: #f2f2f2;
}
.helpbox .right .imgbox .other em {
  font-style: normal;
  padding: 3px 5px;
  font-size: 12px;
  background-color: #855a0a;
  border-radius: 2px;
  margin: 0 5px;
}
.helpbox .right .imgbox .dlimgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.helpbox .right .imgbox .dlimgs dt {
  width: 110px;
}
.helpbox .right .imgbox .dlimgs dt img {
  border-radius: 3px;
  width: 100%;
  padding: 10px;
  background-color: #fff;
}
.helpbox .right .imgbox .dlimgs dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.helpbox .right .imgbox .dlimgs dd p {
  width: 100%;
  font-size: 14px;
  padding-bottom: 20px;
  margin: 0;
  color: #fff;
}
.helpbox .left {
  padding: 30px;
  width: 700px;
}
.helpbox .left h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 18px;
  font-weight: normal;
  color: #666;
}
.helpbox .left h2 img {
  margin-right: 10px;
}
.helpbox .left .ulbox {
  padding-top: 20px;
}
.helpbox .left .ulbox li.tip {
  font-size: 12px;
  color: #999;
}
.helpbox .left .ulbox li.tip p {
  margin: 0;
}
.helpbox .left .ulbox li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.helpbox .left .ulbox li > span {
  width: 80px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #666;
  padding-top: 7px;
}
.helpbox .left .ulbox li select {
  height: 35px;
  width: 520px;
  outline: none;
  border: 1px solid #ddd;
  border-radius: 2px;
  cursor: pointer;
  padding: 0 5px;
  font-size: 14px;
}
.helpbox .left .ulbox li input {
  height: 35px;
  width: 520px;
  outline: none;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 0 5px;
  font-size: 14px;
}
.helpbox .left .ulbox li button {
  height: 42px;
  width: 120px;
  cursor: pointer;
  outline: none;
  border: none;
  background-color: #855a0a;
  color: #fff;
  border-radius: 2px;
  font-size: 14px;
  font-weight: bold;
}
.helpbox .left .ulbox li button:active {
  opacity: 0.85;
}
.helpbox .left .ulbox li textarea {
  width: 520px;
  height: 120px;
  resize: none;
  outline: none;
  border-radius: 2px;
  border: 1px solid #ddd;
  padding: 5px;
  font-size: 14px;
}
.helpbox .left .ulbox li textarea::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}
.helpbox .left .ulbox li textarea:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}
.helpbox .left .ulbox li textarea::placeholder {
  color: #999;
  font-size: 14px;
}
.yunbox {
  background-color: #f2f2f2;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.yunbox .fcc {
  color: #855a0a;
  font-weight: bold;
}
.yunbox .box {
  width: 1200px;
  padding: 30px;
  min-height: 800px;
  background-color: #fff;
}
.yunbox .aboutyun {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.yunbox .aboutmore {
  font-size: 14px;
  text-align: justify;
  color: #666;
  line-height: 1.8;
  margin-bottom: 15px;
}
.yunbox .aboutinfo {
  width: 550px;
}
.yunbox .aboutinfo h2 {
  font-size: 24px;
  margin: 0;
  color: #333;
}
.yunbox .aboutinfo p {
  font-size: 14px;
  text-align: justify;
  color: #666;
  line-height: 1.8;
  margin: 0;
  padding: 20px 0;
}
.yunbox .aboutinfo .en {
  padding: 20px;
  background-color: #f2f2f2;
  font-size: 14px;
  font-weight: 300;
  color: #999;
  text-align: justify;
  line-height: 1.8;
}
.yunbox .aboutimg {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
}
.yunbox .aboutimg img {
  display: block;
  width: 100%;
}
.yunbox .advantages .advbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.yunbox .advantages .advbox dl {
  width: calc(33% - 10px);
  min-height: 100px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 25px;
  background-color: #f2f2f2;
}
.yunbox .advantages .advbox dl:nth-child(3n) {
  margin-right: 0;
}
.yunbox .advantages .advbox dl:nth-child(4) {
  margin-bottom: 0;
}
.yunbox .advantages .advbox dl:nth-child(5) {
  margin-bottom: 0;
}
.yunbox .advantages .advbox dl:nth-child(6) {
  margin-bottom: 0;
}
.yunbox .advantages .advbox dl dt {
  font-weight: bold;
  font-size: 18px;
  color: #855a0a;
}
.yunbox .advantages .advbox dl dd {
  font-size: 14px;
  color: #666;
  font-weight: 300;
  line-height: 1.5;
  padding-right: 100px;
}
.yunbox .advantages .advbox dl.p1 {
  background-image: url(../imgs/p1.png);
  background-position: right 20px top 60px;
  background-repeat: no-repeat;
}
.yunbox .advantages .advbox dl.p2 {
  background-image: url(../imgs/p2.png);
  background-position: right 20px top 60px;
  background-repeat: no-repeat;
}
.yunbox .advantages .advbox dl.p3 {
  background-image: url(../imgs/p3.png);
  background-position: right 20px top 60px;
  background-repeat: no-repeat;
}
.yunbox .advantages .advbox dl.p4 {
  background-image: url(../imgs/p4.png);
  background-position: right 20px top 60px;
  background-repeat: no-repeat;
}
.yunbox .advantages .advbox dl.p5 {
  background-image: url(../imgs/p5.png);
  background-position: right 20px top 60px;
  background-repeat: no-repeat;
}
.yunbox .advantages .advbox dl.p6 {
  background-image: url(../imgs/p6.png);
  background-position: right 20px top 60px;
  background-repeat: no-repeat;
}
.yunbox .morebox {
  padding-top: 20px;
}
.yunbox .morebox a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px 25px;
  border-radius: 30px;
  margin-right: 15px;
  background-color: #855a0a;
  color: #fff;
  font-size: 14px;
}
.knowledge {
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.knowledge .box {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.knowledge .left {
  width: 280px;
  margin-right: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.knowledge .left .leftnav {
  background-color: #855a0a;
  background-image: url(../imgs/lawicon.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  padding: 20px;
}
.knowledge .left .leftnav li a {
  display: block;
  padding: 10px 0 10px 32px;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
}
.knowledge .left .leftnav li.active a {
  color: #bda67c;
}
.knowledge .left .leftnav .liicon1 a {
  background: url(../imgs/knicon.png) left center no-repeat;
}
.knowledge .left .leftnav .liicon2 a {
  background: url(../imgs/falvicon.png) left center no-repeat;
}
.knowledge .left .leftnav .liicon3 a {
  background: url(../imgs/xuanchuan.png) left center no-repeat;
}
.knowledge .left .asklist {
  background-color: #fff;
  min-height: 390px;
  padding: 20px;

  margin-bottom: 20px;
}
.knowledge .left .asklist h3 {
  margin: 0;
  font-size: 18px;
  padding-bottom: 10px;
  color: #333;
}
.knowledge .left .asklist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.knowledge .left .asklist li:nth-child(1) a::before {
  content: "1";
  background-color: #ff0000;
  padding: 3px;
  font-size: 12px;
  color: #fff;
  width: 15px;
  margin-right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 2px;
}
.knowledge .left .asklist li:nth-child(2) a::before {
  content: "2";
  background-color: #ff0000;
  padding: 3px;
  width: 15px;
  font-size: 12px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 2px;
  margin-right: 10px;
}
.knowledge .left .asklist li:nth-child(3) a::before {
  content: "3";
  background-color: #ff0000;
  padding: 3px;
  width: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
}
.knowledge .left .asklist li:nth-child(4) a::before {
  content: "4";
  margin-right: 10px;
  background-color: #ddd;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3px;
  font-size: 12px;
  width: 15px;
  border-radius: 2px;
}
.knowledge .left .asklist li:nth-child(5) a::before {
  content: "5";
  background-color: #ddd;
  padding: 3px;
  font-size: 12px;
  width: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 2px;
}
.knowledge .left .asklist li:nth-child(6) a::before {
  content: "6";
  background-color: #ddd;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3px;
  margin-right: 10px;
  font-size: 12px;
  width: 15px;
  border-radius: 2px;
}
.knowledge .left .asklist li:nth-child(7) a::before {
  content: "7";
  background-color: #ddd;
  padding: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  width: 15px;
  margin-right: 10px;
  border-radius: 2px;
}
.knowledge .left .asklist li:nth-child(8) a::before {
  content: "8";
  background-color: #ddd;
  padding: 3px;
  font-size: 12px;
  width: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 2px;
  margin-right: 10px;
}
.knowledge .left .asklist li:nth-child(9) a::before {
  content: "9";
  background-color: #ddd;
  padding: 3px;
  font-size: 12px;
  width: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 2px;
  margin-right: 10px;
}
.knowledge .left .asklist li:nth-child(10) a::before {
  content: "10";
  background-color: #ddd;
  width: 15px;
  padding: 3px;
  margin-right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 2px;
}
.knowledge .left .asklist li a {
  font-size: 14px;
  display: block;
  padding: 8px 0;
  overflow: hidden;
  /*超出部分隐藏*/
  white-space: nowrap;
  /*不换行*/
  text-overflow: ellipsis;
  /*超出部分文字以...显示*/
}
.knowledge .left .asklist li a:hover {
  color: #855a0a;
}
.knowledge .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  padding: 20px;
  max-width: 900px;
}
.knowledge .right .news-li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.knowledge .right .news-li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.knowledge .right .imgs {
  width: 220px;
}


.knowledge .right .imgs img {
  width: 220px;
  height: 145px;
  object-fit: cover;
  border-radius: 3px;
  display: block;
}
.knowledge .right dl {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
}
.knowledge .right dl dt a {
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.knowledge .right dl,
.knowledge .right p {
  margin: 0 auto;
}
.knowledge .right .des p {
  font-size: 14px;
  height: 50px;
  display: block;
  line-height: 1.5;
  color: #999;
}
.knowledge .right .des a {
  padding-left: 5px;
  color: #666;
}
.knowledge .right .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #666;
  margin-bottom: 10px;
  font-size: 14px;
}
.knowledge .right .tags a {
  background-color: #bda67c;
  padding: 3px 5px;
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  border-radius: 2px;
  margin-right: 5px;
}
.knowledge .right .tinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  color: #666;
}
.videobox {
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.videobox .box {
  width: 1200px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0 0 20px;
}
.videobox .box dl {
  width: 275px;
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #f2f2f2;
  padding: 20px;
  min-height: 200px;
}
.videobox .box dl dt {
  width: 235px;
  background-color: #e4e4e4;
  height: 133px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.videobox .box dl dt img {
  width: 235px;
  height: 133px;
  display: block;
  cursor: pointer;
}
.videobox .box dd {
  padding-top: 7px;
  font-size: 14px;
}
.videobox .box dd a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  height: 40px;
  font-size: 14px;
}
.videobox .box dd span {
  background-color: #855a0a;
  padding: 5px 7px;
  font-size: 12px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 2px;
}
.business {
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.business .box {
  width: 1200px;
  min-height: 500px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0 0 20px;
}
.business .box dl {
  background: #bda67c url(../imgs/fls.png) right top no-repeat;
  margin: 0 20px 20px 0;
  padding: 20px;
  width: 275px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.business .box dl:hover {
  background-color: #ddd;
}
.business .box dl:hover * {
  color: #000;
}
.business .box dl dt {
  width: 100px;
}
.business .box dl dt img {
  display: block;
  width: 64px;
}
.business .box dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.business .box dl .litt {
  font-size: 18px;
  color: #855a0a;
  font-weight: bold;
  padding-bottom: 12px;
}
.business .box dl .liinfo {
  padding-bottom: 5px;
  color: #333;
  font-size: 14px;
}
.business .box dl .zx {
  padding-top: 10px;
}
.business .box dl .zx a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 300;
  padding: 4px 12px;
  background-color: #fff;
  font-size: 14px;
  color: #855a0a;
}
.business-article {
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.business-article .box {
  width: 1200px;
  background-color: #fff;
  padding: 30px;
}
.business-article .box > h2 {
  margin: 0;
  padding-top: 20px;
  margin-bottom: 30px;
  font-size: 22px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.business-article .tips {
  background-color: #f2f2f2;
  padding: 20px;
  font-size: 16px;
  line-height: 2;
}
.business-article article {
  font-size: 16px;
  padding: 30px 0;
  margin-bottom: 30px;
  line-height: 1.5;
  position: relative;
}
.business-article article p {
  margin: 0;
  margin-bottom: 20px!important;
}
.business-article .readmorebtn {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  cursor: pointer;
  color: #666;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(hsla(0, 0%, 100%, 0.8)));
  background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0.8));
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.item {
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.item .box {
  width: 1200px;
  min-height: 500px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0 0 20px;
}
.item .box .item-li-first {
  width: 100%;
  background-color: #f2f2f2;
  padding: 30px;
  margin: 0 20px 20px 0;
}
.item .box .item-li-first:hover {
  background-color: #e4e4e4;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.item .box .item-li-first img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.item .box .item-li-first dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.item .box .item-li-first dt {
  width: 150px;
}
.item .box .item-li-first dt a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.item .box .item-li-first dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.item .box .item-li-first dd ul {
  padding-left: 20px;
}
.item .box .item-li-first dd .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.item .box .item-li-first dd .name a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  font-size: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.item .box .item-li-first dd .desc p {
  font-size: 14px;
  color: #999;
  height: 32px;
  line-height: 1.5;
}
.item .box .item-li-first dd .infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 10px;
}
.item .box .item-li-first dd .tips {
  padding-right: 20px;
  padding-bottom: 5px;
  font-size: 12px;
}
.item .box .item-li-first dd .tips span {
  width: 140px;
  color: #999;
}
.item .box .item-li-first dd .tips small {
  color: #333;
}
.item .box .item-li-first .toolsbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.item .box .item-li-first .toolsbtn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 7px 10px;
  font-size: 12px;
  background-color: #855a0a;
  margin-right: 20px;
  color: #fff;
  border-radius: 2px;
}
.item .box .item-li {
  background-color: #f2f2f2;
  padding: 30px;
  width: 570px;
  margin: 0 20px 20px 0;
}
.item .box .item-li:hover {
  background-color: #e4e4e4;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.item .box .item-li img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.item .box .item-li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.item .box .item-li dt {
  width: 150px;
}
.item .box .item-li dt a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.item .box .item-li dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.item .box .item-li dd ul {
  padding-left: 20px;
}
.item .box .item-li dd .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.item .box .item-li dd .name a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  font-size: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.item .box .item-li dd .desc p {
  font-size: 14px;
  color: #999;
  height: 32px;
  line-height: 1.5;
}
.item .box .item-li dd .infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 10px;
}
.item .box .item-li dd .tips {
  padding-right: 20px;
  padding-bottom: 5px;
  font-size: 12px;
}
.item .box .item-li dd .tips span {
  width: 140px;
  color: #999;
}
.item .box .item-li dd .tips small {
  color: #333;
}
.item .box .item-li .toolsbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.item .box .item-li .toolsbtn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 7px 10px;
  font-size: 12px;
  background-color: #855a0a;
  margin-right: 20px;
  color: #fff;
  border-radius: 2px;
}
.item-article {
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.item-article .box {
  width: 1200px;
  min-height: 500px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0 0 20px;
}
.item-article .box .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
  padding-right: 20px;
}
.item-article .box .right dl {
  margin-bottom: 20px;
}
.item-article .box .right dt {
  font-size: 22px;
  color: #855a0a;
  padding-bottom: 20px;
  font-weight: bold;
}
.item-article .box .right dd p {
  margin: 0;
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
}
.item-article .box .right .pjia {
  background-color: #f2f2f2;
  border-radius: 3px;
  padding: 20px;
}
.item-article .box .right .pjia li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0;
  font-size: 14px;
}
.item-article .box .right .pjia li span {
  width: 90px;
  color: #999;
  font-size: 14px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
  background: url(../imgs/user.png) left center no-repeat;
}
.item-article .box .right .pjia li p {
  color: #666;
  font-size: 14px;
  margin: 0;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.item-article .box .right .askhe dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}
.item-article .box .right .askhe textarea {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  border: 1px solid #ddd;
  padding: 7px;
  height: 120px;
  line-height: 1.5;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 20px #f2f2f2 inset;
  box-shadow: 0 0 20px #f2f2f2 inset;
  outline: none;
  resize: none;
}
.item-article .box .right .askhe input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  border: 1px solid #ddd;
  padding: 7px;
  height: 40px;
  line-height: 1.5;
  border-radius: 2px;
  outline: none;
  resize: none;
}
.item-article .box .right .askhe input.tel {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 200px !important;
}
.item-article .box .right .askhe button {
  background-color: #855a0a;
  color: #fff;
  padding: 12px 20px;
  font-size: 14px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  font-weight: bold;
}
.item-article .box .right .askhe button:active {
  opacity: 0.85;
}
.item-article .box .left dl {
  background-color: #f2f2f2;
  padding: 30px;
  width: 220px;
}
.item-article .box .left dt {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.item-article .box .left dt img {
  margin: 0 auto;
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.item-article .box .left .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  padding-bottom: 15px;
  font-size: 22px;
  color: #333;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.item-article .box .left .toolsinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #999;
}
.item-article .box .left .toolsinfo span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.item-article .box .left .toolsinfo span small {
  font-size: 14px;
  color: #855a0a;
  padding-right: 5px;
}
.item-article .box .left .tels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #999;
}
.item-article .box .left .tels strong {
  font-size: 14px;
  color: #ff0000;
  padding-right: 5px;
}
.item-article .box .left .toolbtns {
  padding-top: 10px;
}
.item-article .box .left .toolbtns a {
  border: 1px solid #ddd;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 15px 10px 45px;
  font-size: 14px;
  background: #fff url(../imgs/zx2.png) left 10px center no-repeat;
  color: #333;
  font-weight: 300;
}
.knowledge-article {
  padding: 30px;
}
.knowledge-article h2 {
  margin: 0 0 10px 0;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.knowledge-article .other {
  padding-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}
.knowledge-article .other span {
  margin-right: 20px;
}
.knowledge-article .description {
  font-size: 14px;
  background-color: #f8f8f8;
  padding: 20px;
  color: #666;
  line-height: 1.6;
}
.knowledge-article .adtivcle-box {
  font-size: 16px;
  padding: 20px 0 30px;
  line-height: 2;
}
.knowledge-article .adtivcle-box * {
  max-width: 100%;
  height: auto;
}
.knowledge-article .adtivcle-box p {
  margin-bottom: 20px!important;
}
.knowledge-article .wraning {
  font-size: 14px;
  color: #999;
}
.knowledge-article .moreinfo {
  padding-top: 20px;
}
.knowledge-article .moreinfo dl {
  margin: 0;
  padding: 20px;
  background-color: #f6f6f6;
  border: 1px dashed #ddd;
  text-align: center;
}
.knowledge-article .moreinfo dt {
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
}
.knowledge-article .moreinfo dd {
  padding-top: 10px;
}
.knowledge-article .moreinfo dd a {
  height: 40px;
  border-radius: 40px;
  padding: 0 35px;
  background-color: #ff0000;
  font-size: 14px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.knowledge-article .moreinfo dd p {
  font-size: 14px;
  padding-top: 7px;
  color: #666;
}
.knowledge-article .moreinfo dd small {
  color: #ff0000;
  font-size: 14px;
}
.prevnext {
  padding-top: 20px;
}
.prevnext li {
  padding-top: 10px;
  font-size: 14px;
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prevnext li a {
  color: #333;
}
.prevnext li a:hover {
  color: #bda67c;
}
.aboutbox {
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.aboutbox h2 {
  padding: 0;
  font-size: 24px;
  margin: 0;
  color: #333;
}
.aboutbox .box {
  width: 1200px;
  min-height: 500px;
  background-color: #fff;
  padding: 30px;
}
.aboutbox .logo {
  padding: 10px 0 20px;
}
.aboutbox .floor_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.aboutbox .floor_1 .left {
  width: 500px;
  margin-right: 30px;
}
.aboutbox .floor_1 .left p {
  font-size: 16px;
  text-align: justify;
  color: #666;
  line-height: 1.8;
  margin: 0;
  padding: 15px 0;
}
.aboutbox .floor_1 .left p span {
  color: #855a0a;
}
.aboutbox .floor_1 .left .kouhao {
  font-size: 18px;
  color: #855a0a;
  font-weight: bold;
}
.aboutbox .floor_1 .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.aboutbox .floor_1 .frontdoor {
  width: 610px;
  min-height: 380px;
  background-color: #f2f2f2;
}
.aboutbox .floor_1 .frontdoor .swiper-slide {
  height: 380px;
}
.aboutbox .floor_1 .frontdoor .swiper-slide img {
  width: 610px;
  height: 380px;
  display: block;
  border-radius: 3px;
}
.aboutbox .floor_2 {
  margin-bottom: 30px;
}
.aboutbox .floor_2 h3 {
  padding: 0;
  font-size: 24px;
  margin: 0 0 20px 0;
  color: #333;
}
.aboutbox .floor_2 .imgboxs {
  padding: 150px 0;
  position: relative;
  background: #f2f2f2;
}
.aboutbox .floor_2 .yuan {
  background-color: #bda67c;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  position: absolute;
}
.aboutbox .floor_2 .yuan_1 {
  left: 490px;
  top: 15%;
}
.aboutbox .floor_2 .yuan_2 {
  left: 680px;
  top: 40%;
}
.aboutbox .floor_2 .yuan_3 {
  left: 490px;
  top: 65%;
}
.aboutbox .floor_2 .yuan_4 {
  left: 310px;
  top: 40%;
}
.aboutbox .floor_2 .infp {
  position: absolute;
  font-size: 18px;
  color: #855a0a;
  font-weight: bold;
  margin: 0;
}
.aboutbox .floor_2 .infp_1 {
  left: 370px;
  top: 24%;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.aboutbox .floor_2 .infp_2 {
  right: 370px;
  top: 24%;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.aboutbox .floor_2 .infp_3 {
  right: 380px;
  bottom: 25%;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.aboutbox .floor_2 .infp_4 {
  left: 380px;
  bottom: 25%;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.aboutbox .floor_2 ul {
  position: absolute;
}
.aboutbox .floor_2 .left {
  left: 10%;
  top: 35%;
}
.aboutbox .floor_2 .left li {
  padding: 10px 20px;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  background-color: #855a0a;
  margin-bottom: 10px;
}
.aboutbox .floor_2 .right {
  right: 10%;
  top: 35%;
}
.aboutbox .floor_2 .right li {
  padding: 10px 20px;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  background-color: #855a0a;
  margin-bottom: 10px;
}
.aboutbox .floor_2 .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  top: 50px;
  left: 361px;
}
.aboutbox .floor_2 .top li {
  margin: 0 5px;
  padding: 10px 20px;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  background-color: #855a0a;
  margin-bottom: 10px;
}
.aboutbox .floor_2 .bottom2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  bottom: 70px;
  left: 361px;
}
.aboutbox .floor_2 .bottom2 li {
  margin: 0 5px;
  padding: 10px 20px;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  background-color: #855a0a;
  margin-bottom: 10px;
}
.aboutbox .floor_3 h4 {
  padding: 0;
  font-size: 24px;
  margin: 0 0 20px 0;
  color: #333;
}
.aboutbox .friends {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.aboutbox .friends .fli {
  width: 212px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px 20px 0;
}
.aboutbox .friends .fli img {
  display: block;
  border: 1px solid #ddd;
  width: 100%;
}
.aboutbox .friends .fli:nth-child(5n) {
  margin-right: 0;
}
.p0 {
  padding: 0 !important;
}
.joinbox {
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.joinbox .box {
  width: 1200px;
  min-height: 500px;
  background-color: #fff;
  padding: 30px;
}
.joinbox .box * {
  max-width: 100%;
  height: auto;
}
.concatbox {
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.concatbox .box {
  width: 1200px;
  min-height: 500px;
  background-color: #fff;
  padding: 30px;
}
.concatbox h2 {
  padding: 0;
  font-size: 24px;
  margin: 0 0 20px 0;
  color: #333;
}
.concatbox .ctbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.concatbox .ctbox .left {
  width: 400px;
  margin-right: 30px;
}
.concatbox .ctbox .mapbox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 450px;
  background-color: #f2f2f2;
}
.concatbox .ctbox .dlbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.concatbox .ctbox li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 10px 0;
  font-size: 16px;
}
.concatbox .ctbox span {
  width: 85px;
  color: #999;
}
.concatbox .ctbox p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  color: #333;
}
.concatbox .ctbox dl {
  margin: 0 20px 0 0;
  padding-top: 20px;
}
.concatbox .ctbox dl dt {
  padding: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #f2f2f2;
}
.concatbox .ctbox dl dt img {
  display: block;
  width: 120px;
}
.concatbox .ctbox dd {
  font-size: 14px;
  padding-top: 10px;
  color: #333;
}
.fanye {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fanye nav {
  width: 100%;
}
.fanye nav .pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.fanye nav .pagination li {
  margin-right: 1px;
}
.fanye nav .pagination li a,
.fanye nav .pagination li span {
  background-color: #f2f2f2;
  color: #333;
  padding: 10px 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
}
.fanye nav .pagination .active a {
  color: #fff;
  background-color: #bda67c;
}
.fanye nav .pagination .active span {
  background-color: #bda67c;
  color: #fff;
}
.nodata {
  min-height: 300px;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #999;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.nodata p {
  padding: 15px 0;
}
.nodata p:nth-child(2) {
  color: #855a0a;
  font-size: 34px;
}
.astarticleform {
  width: 100%!important;
}
.video-article {
  min-height: 500px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 20px;
}
.video-article h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.video-article .video-boxcontainter {
  margin-bottom: 20px;
}
.video-article .video-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
  padding: 20px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f2f2f2;
}
.video-article .video-info span {
  padding: 0 15px;
  font-size: 14px;
  color: #666;
}
.video-article .video-info span a {
  color: #855a0a;
}
#videocon {
  height: 550px;
  display: block;
  margin: 0 auto;
}
.dbos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  width: 100%;
}
.mb20px {
  margin-bottom: 20px!important;
}
.mt0px {
  margin-top: 0px!important;
}
.pdtop {
  padding-top: 0!important;
}
